From: mjw@wray-m-3.hpl.hp.com Date: Fri, 24 Sep 2004 13:36:44 +0000 (+0000) Subject: bitkeeper revision 1.1159.1.169 (415422ecDoK6_4TUkDa1wJwmtcZCAA) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~17400^2~582 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=d37395a6b5ea33938755a88cbb02647a28a85973;p=xen.git bitkeeper revision 1.1159.1.169 (415422ecDoK6_4TUkDa1wJwmtcZCAA) Add missing frontend 2.4 config vars for blkif/netif frontends. --- diff --git a/linux-2.4.27-xen-sparse/arch/xen/config.in b/linux-2.4.27-xen-sparse/arch/xen/config.in index d6a3936547..60b80dfd34 100644 --- a/linux-2.4.27-xen-sparse/arch/xen/config.in +++ b/linux-2.4.27-xen-sparse/arch/xen/config.in @@ -23,10 +23,14 @@ define_bool CONFIG_NO_IDLE_HZ y if [ "$CONFIG_XEN_PHYSDEV_ACCESS" == "y" ]; then define_bool CONFIG_FOREIGN_PAGES y + define_bool CONFIG_XEN_BLKDEV_FRONTEND n + define_bool CONFIG_XEN_NETDEV_FRONTEND n else define_bool CONFIG_FOREIGN_PAGES n define_bool CONFIG_NETDEVICES y define_bool CONFIG_VT n + define_bool CONFIG_XEN_BLKDEV_FRONTEND y + define_bool CONFIG_XEN_NETDEV_FRONTEND y fi mainmenu_option next_comment diff --git a/linux-2.4.27-xen-sparse/arch/xen/defconfig-xenU b/linux-2.4.27-xen-sparse/arch/xen/defconfig-xenU index a975cc9f9f..08f1619f2e 100644 --- a/linux-2.4.27-xen-sparse/arch/xen/defconfig-xenU +++ b/linux-2.4.27-xen-sparse/arch/xen/defconfig-xenU @@ -12,6 +12,10 @@ CONFIG_UID16=y # # CONFIG_XEN_PRIVILEGED_GUEST is not set # CONFIG_XEN_PHYSDEV_ACCESS is not set +# CONFIG_XEN_BLKDEV_BACKEND is not set +# CONFIG_XEN_NETDEV_BACKEND is not set +CONFIG_XEN_BLKDEV_FRONTEND=y +CONFIG_XEN_NETDEV_FRONTEND=y CONFIG_XEN_SCRUB_PAGES=y CONFIG_NO_IDLE_HZ=y # CONFIG_FOREIGN_PAGES is not set